home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global act
- set act to 1
- sound playFile 2, "..\som\ovo.wav"
- startTimer()
- repeat while the timer < 20
- nothing()
- end repeat
- InVis(12)
- onVis(13)
- updateStage()
- startTimer()
- repeat while the timer < 30
- nothing()
- end repeat
- set the movieRate of sprite 12 to 0
- onVis(17, 19)
- end
-